﻿2026-07-21T10:35:56.6602791Z ##[group]Run actions/checkout@v5
2026-07-21T10:35:56.6603357Z with:
2026-07-21T10:35:56.6603656Z   repository: BigscreenVR/spt-bs-core
2026-07-21T10:35:56.6606249Z   token: ***
2026-07-21T10:35:56.6606534Z   ssh-strict: true
2026-07-21T10:35:56.6606824Z   ssh-user: git
2026-07-21T10:35:56.6607321Z   persist-credentials: true
2026-07-21T10:35:56.6607720Z   clean: true
2026-07-21T10:35:56.6608012Z   sparse-checkout-cone-mode: true
2026-07-21T10:35:56.6608359Z   fetch-depth: 1
2026-07-21T10:35:56.6608652Z   fetch-tags: false
2026-07-21T10:35:56.6608976Z   show-progress: true
2026-07-21T10:35:56.6609267Z   lfs: false
2026-07-21T10:35:56.6609528Z   submodules: false
2026-07-21T10:35:56.6609836Z   set-safe-directory: true
2026-07-21T10:35:56.6610191Z   allow-unsafe-pr-checkout: false
2026-07-21T10:35:56.6610519Z env:
2026-07-21T10:35:56.6610825Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-21T10:35:56.6611190Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-21T10:35:56.6611532Z ##[endgroup]
2026-07-21T10:35:57.4212366Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-21T10:35:57.4214003Z ##[group]Getting Git version info
2026-07-21T10:35:57.4214791Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-21T10:35:57.4465795Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-21T10:35:57.4681458Z git version 2.43.0.windows.1
2026-07-21T10:35:57.4704948Z ##[endgroup]
2026-07-21T10:35:57.4713147Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\b35fdd69-150e-4921-9459-eb274506cbfc\.gitconfig'
2026-07-21T10:35:57.4727888Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\b35fdd69-150e-4921-9459-eb274506cbfc' before making global git config changes
2026-07-21T10:35:57.4730503Z Adding repository directory to the temporary git global config as a safe directory
2026-07-21T10:35:57.4734410Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-21T10:35:57.4981320Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-21T10:35:57.5192150Z https://github.com/BigscreenVR/spt-bs-core
2026-07-21T10:35:57.5219923Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-21T10:35:57.5224169Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-21T10:35:57.5459672Z refs/heads/main
2026-07-21T10:35:57.5492631Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-07-21T10:35:57.6159688Z HEAD is now at 1e306261 Merge pull request #43 from BigscreenVR/rig/nextest-heavy-lib-units
2026-07-21T10:35:57.6433600Z ##[endgroup]
2026-07-21T10:35:57.6435703Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-21T10:35:58.1262737Z ##[group]Cleaning the repository
2026-07-21T10:35:58.1263319Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-21T10:36:00.0271872Z Removing target/
2026-07-21T10:36:00.0304322Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-21T10:36:00.1336353Z HEAD is now at 1e306261 Merge pull request #43 from BigscreenVR/rig/nextest-heavy-lib-units
2026-07-21T10:36:00.1360645Z ##[endgroup]
2026-07-21T10:36:00.1365080Z ##[group]Disabling automatic garbage collection
2026-07-21T10:36:00.1370386Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-21T10:36:00.1613482Z ##[endgroup]
2026-07-21T10:36:00.1613903Z ##[group]Setting up auth
2026-07-21T10:36:00.1619976Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-21T10:36:00.1870598Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-21T10:36:00.7183525Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-21T10:36:00.7436203Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-21T10:36:01.3489221Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-21T10:36:01.4249449Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-21T10:36:02.1020856Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-21T10:36:02.1345684Z ##[endgroup]
2026-07-21T10:36:02.1346109Z ##[group]Fetching the repository
2026-07-21T10:36:02.1352605Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +eb058d462267f6d38c8d7dbd8c5610dd10aea076:refs/remotes/pull/44/merge
2026-07-21T10:36:04.4488453Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-21T10:36:04.4488976Z  * [new ref]           eb058d462267f6d38c8d7dbd8c5610dd10aea076 -> pull/44/merge
2026-07-21T10:36:04.4613945Z ##[endgroup]
2026-07-21T10:36:04.4614383Z ##[group]Determining the checkout info
2026-07-21T10:36:04.4615196Z ##[endgroup]
2026-07-21T10:36:04.4620233Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-21T10:36:04.4901414Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-21T10:36:04.5661002Z ##[group]Checking out the ref
2026-07-21T10:36:04.5666268Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/44/merge
2026-07-21T10:36:04.6503565Z Previous HEAD position was 1e306261 Merge pull request #43 from BigscreenVR/rig/nextest-heavy-lib-units
2026-07-21T10:36:04.6504222Z HEAD is now at eb058d46 Merge b6bd80ae26d39251872a735902fe5fa09930925b into 1e306261316fee3b80a6002a6a9ee4d40f892576
2026-07-21T10:36:04.6528189Z ##[endgroup]
2026-07-21T10:36:04.6952681Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-21T10:36:04.7170682Z eb058d462267f6d38c8d7dbd8c5610dd10aea076
